home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 124 / cd-rom 124.iso / edu / tuxmath / tuxmathscrabble / tuxmathscrabble.exe / asymptopia / Maneuvers.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-11-16  |  1010 b   |  25 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.2)
  3.  
  4.  
  5. class Maneuvers:
  6.     
  7.     def __init__(self):
  8.         self.sequences = { }
  9.         self.maneuvers = { }
  10.  
  11.     
  12.     def getSequencesPyld(self):
  13.         return self.sequences
  14.  
  15.     
  16.     def getManeuversPyld(self):
  17.         return self.maneuvers
  18.  
  19.     
  20.     def getManeuverNames(self):
  21.         maneuver_names = []
  22.         return maneuver_names
  23.  
  24.  
  25.